home *** CD-ROM | disk | FTP | other *** search
/ Chop Suey / Chop Suey (1995)(Magnet Interactive Studios).iso / common / bobpad.dir / 00023.ls < prev    next >
Encoding:
Text File  |  1995-06-22  |  348 b   |  17 lines

  1. on exitFrame
  2.   repeat while not (the mouseDown) and soundBusy(3)
  3.     generalRoll(47, 10007)
  4.     updateStage()
  5.   end repeat
  6.   repeat while the mouseDown and soundBusy(3)
  7.     generalRoll(47, 10007)
  8.     updateStage()
  9.   end repeat
  10.   if soundBusy(3) then
  11.     updateStage()
  12.     go(the frame)
  13.   else
  14.     set the castNum of sprite 47 to 10005
  15.   end if
  16. end
  17.